Started

02/05/2021 22:19:08

Ended

02/05/2021 22:20:55

Tests Passed

10

Tests Failed

14

Tests
Log events

Timeline

Author

NamePassedFailedSkippedOthersPassed %
QATestUser 10 14 4 0 35.714%

Tags

NamePassedFailedSkippedOthersPassed %
Chrome90.0.4430.85 5 7 2 0 35.714%
Firefox87.0 5 7 2 0 35.714%
Production 10 14 4 0 35.714%

Device

NamePassedFailedSkippedOthersPassed %
Windows10 10 14 4 0 35.714%

System/Environment

NameValue
Name QA Test User
Environment Production
URL https://opensource-demo.orangehrmlive.com/
OS Platform Windows 10
OS Version 10.0
OS Architecture amd64
Report Path D:\Eclipse_Workspace\Automation-Framework/test-reports/ExecutionReport_02_05_2021_10_19_08_624.html
  • duplicate

    22:19:14 PM / 00:00:07:197 Fail

    duplicate
    05.02.2021 22:19:14 05.02.2021 22:19:21 00:00:07:197 · #test-id=1
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:14 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:15 PM Username - 'Admin77777777' sent successfully.
    Pass 10:19:16 PM Password - 'admin123' sent successfully.
    Pass 10:19:18 PM Login button - clicked Successfully.
    Fail 10:19:18 PM java.lang.NullPointerException

    [org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:18), org.automation.tests.LoginPageTests.verifyLogin1(LoginPageTests.java:37), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:19:19 PM Testcase: Valid login details duplicate
    Class: org.testng.internal.TestResult
    Method: verifyLogin1
    Status: Fail
    Info 10:19:21 PM
  • Verify if user is able to login using valid credentials

    22:19:15 PM / 00:00:09:769 Fail

    Verify if user is able to login using valid credentials
    05.02.2021 22:19:15 05.02.2021 22:19:25 00:00:09:769 · #test-id=2
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:15 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:16 PM Username - 'Admin' sent successfully.
    Pass 10:19:16 PM Password - 'admin123' sent successfully.
    Pass 10:19:21 PM Login button - clicked Successfully.
    Fail 10:19:21 PM java.lang.NullPointerException

    [org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:18), org.automation.tests.LoginPageTests.verifyLogin(LoginPageTests.java:48), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:19:22 PM Testcase: Valid login details
    Class: org.testng.internal.TestResult
    Method: verifyLogin
    Status: Fail
    Info 10:19:25 PM
  • Verify if user is not able to login using invalid credentials

    22:19:18 PM / 00:00:07:684 Fail

    Verify if user is not able to login using invalid credentials
    05.02.2021 22:19:18 05.02.2021 22:19:26 00:00:07:684 · #test-id=3
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:18 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:18 PM Username - 'user2' sent successfully.
    Pass 10:19:19 PM Password - 'user2' sent successfully.
    Pass 10:19:21 PM Login button - clicked Successfully.
    Pass 10:19:21 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Fail 10:19:22 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:19:23 PM Testcase: Verify invalid login details
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Fail
    Info 10:19:26 PM
  • Verify if login page is displayed

    22:19:27 PM / 00:00:00:867 Pass

    Verify if login page is displayed
    05.02.2021 22:19:27 05.02.2021 22:19:28 00:00:00:867 · #test-id=4
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:27 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:28 PM Testcase: Login page verification
    Class: org.testng.internal.TestResult
    Method: verifyLoginPage
    Status: Pass
  • Skip test case

    22:19:28 PM / 00:00:05:072 Skip

    Skip test case
    05.02.2021 22:19:28 05.02.2021 22:19:33 00:00:05:072 · #test-id=5
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:28 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:29 PM Username - 'Admin567' sent successfully.
    Pass 10:19:30 PM Password - 'admin123' sent successfully.
    Pass 10:19:31 PM Login button - clicked Successfully.
    Skip 10:19:32 PM Testcase: Skip test name
    Class: org.testng.internal.TestResult
    Method: skip
    Status: Skip
    Info 10:19:33 PM
  • Verify if user is not able to login using invalid credentials

    22:19:29 PM / 00:00:07:439 Fail

    Verify if user is not able to login using invalid credentials
    05.02.2021 22:19:29 05.02.2021 22:19:37 00:00:07:439 · #test-id=6
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:29 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:30 PM Username - 'user1' sent successfully.
    Pass 10:19:31 PM Password - 'user1' sent successfully.
    Pass 10:19:33 PM Login button - clicked Successfully.
    Pass 10:19:33 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Fail 10:19:34 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:19:35 PM Testcase: Verify invalid login details
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Fail
    Info 10:19:37 PM
  • Skip test case homepage

    22:19:32 PM / 00:00:01:047 Skip

    Skip test case homepage
    05.02.2021 22:19:32 05.02.2021 22:19:33 00:00:01:047 · #test-id=7
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:32 PM https://opensource-demo.orangehrmlive.com/
    Skip 10:19:32 PM Testcase: Skip test name homepage
    Class: org.testng.internal.TestResult
    Method: skip
    Status: Skip
    Info 10:19:33 PM
  • Verify if user is not able to login using invalid credentials fail

    22:19:36 PM / 00:00:04:261 Pass

    Verify if user is not able to login using invalid credentials fail
    05.02.2021 22:19:36 05.02.2021 22:19:40 00:00:04:261 · #test-id=8
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:36 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:37 PM Username - 'user2' sent successfully.
    Pass 10:19:37 PM Password - 'user2' sent successfully.
    Pass 10:19:39 PM Login button - clicked Successfully.
    Pass 10:19:39 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Pass 10:19:40 PM Testcase: Verify invalid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Pass
  • Verify if user is not able to login using invalid credentials fail

    22:19:37 PM / 00:00:04:556 Pass

    Verify if user is not able to login using invalid credentials fail
    05.02.2021 22:19:37 05.02.2021 22:19:41 00:00:04:556 · #test-id=9
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:37 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:37 PM Username - 'user1' sent successfully.
    Pass 10:19:38 PM Password - 'user1' sent successfully.
    Pass 10:19:40 PM Login button - clicked Successfully.
    Pass 10:19:41 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Pass 10:19:41 PM Testcase: Verify invalid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Pass
  • Verify if user is not able to login using invalid credentials

    22:19:40 PM / 00:00:06:998 Fail

    Verify if user is not able to login using invalid credentials
    05.02.2021 22:19:40 05.02.2021 22:19:47 00:00:06:998 · #test-id=10
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:40 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:41 PM Username - 'user3' sent successfully.
    Pass 10:19:42 PM Password - 'user3' sent successfully.
    Pass 10:19:43 PM Login button - clicked Successfully.
    Pass 10:19:44 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Fail 10:19:45 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:19:45 PM Testcase: Verify invalid login details
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Fail
    Info 10:19:47 PM
  • Verify if user is able to login using valid credentials fail

    22:19:55 PM / 00:00:08:699 Fail

    Verify if user is able to login using valid credentials fail
    05.02.2021 22:19:55 05.02.2021 22:20:04 00:00:08:699 · #test-id=11
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:55 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:56 PM Username - 'Admin' sent successfully.
    Pass 10:19:57 PM Password - 'admin123' sent successfully.
    Pass 10:20:01 PM Login button - clicked Successfully.
    Fail 10:20:02 PM java.lang.NullPointerException

    [org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:18), org.automation.tests.HomePageTests.verifyLogin(HomePageTests.java:38), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:02 PM Testcase: Valid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyLogin
    Status: Fail
    Info 10:20:04 PM
  • Verify if login page is displayed fail

    22:19:55 PM / 00:00:01:904 Fail

    Verify if login page is displayed fail
    05.02.2021 22:19:55 05.02.2021 22:19:57 00:00:01:904 · #test-id=12
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:55 PM https://opensource-demo.orangehrmlive.com/
    Fail 10:19:56 PM java.lang.AssertionError: Forgot Password link is not displayed. expected [false] but found [true]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertFalse(Assert.java:65), org.automation.tests.HomePageTests.verifyLoginPage(HomePageTests.java:22), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:19:57 PM Testcase: Login page verification fail test
    Class: org.testng.internal.TestResult
    Method: verifyLoginPage
    Status: Fail
    Info 10:19:57 PM
  • Verify the page tiltle of Login Page

    22:19:56 PM / 00:00:00:652 Pass

    Verify the page tiltle of Login Page
    05.02.2021 22:19:56 05.02.2021 22:19:56 00:00:00:652 · #test-id=13
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:19:56 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:19:56 PM Testcase: Verify page title
    Class: org.testng.internal.TestResult
    Method: verifyPageTitle
    Status: Pass
  • Verify if user is not able to login using invalid credentials fail

    22:20:00 PM / 00:00:03:975 Pass

    Verify if user is not able to login using invalid credentials fail
    05.02.2021 22:20:00 05.02.2021 22:20:04 00:00:03:975 · #test-id=14
    QATestUser Chrome90.0.4430.85 Production Windows10
    StatusTimestampDetails
    Info 10:20:00 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:01 PM Username - 'user3' sent successfully.
    Pass 10:20:01 PM Password - 'user3' sent successfully.
    Pass 10:20:03 PM Login button - clicked Successfully.
    Pass 10:20:03 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Pass 10:20:04 PM Testcase: Verify invalid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Pass
  • Skip test case

    22:20:09 PM / 00:00:04:088 Skip

    Skip test case
    05.02.2021 22:20:09 05.02.2021 22:20:13 00:00:04:088 · #test-id=15
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:09 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:09 PM Username - 'Admin567' sent successfully.
    Pass 10:20:10 PM Password - 'admin123' sent successfully.
    Pass 10:20:11 PM Login button - clicked Successfully.
    Skip 10:20:12 PM Testcase: Skip test name
    Class: org.testng.internal.TestResult
    Method: skip
    Status: Skip
    Info 10:20:13 PM
  • Verify if user is not able to login using invalid credentials

    22:20:10 PM / 00:00:05:657 Fail

    Verify if user is not able to login using invalid credentials
    05.02.2021 22:20:10 05.02.2021 22:20:16 00:00:05:657 · #test-id=16
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:10 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:11 PM Username - 'user1' sent successfully.
    Pass 10:20:11 PM Password - 'user1' sent successfully.
    Pass 10:20:13 PM Login button - clicked Successfully.
    Pass 10:20:13 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Fail 10:20:14 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:14 PM Testcase: Verify invalid login details
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Fail
    Info 10:20:16 PM
  • Verify if user is not able to login using invalid credentials

    22:20:19 PM / 00:00:05:519 Fail

    Verify if user is not able to login using invalid credentials
    05.02.2021 22:20:19 05.02.2021 22:20:24 00:00:05:519 · #test-id=17
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:19 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:19 PM Username - 'user2' sent successfully.
    Pass 10:20:19 PM Password - 'user2' sent successfully.
    Pass 10:20:21 PM Login button - clicked Successfully.
    Pass 10:20:21 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Fail 10:20:22 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:22 PM Testcase: Verify invalid login details
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Fail
    Info 10:20:24 PM
  • duplicate

    22:20:22 PM / 00:00:04:940 Fail

    duplicate
    05.02.2021 22:20:22 05.02.2021 22:20:27 00:00:04:940 · #test-id=18
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:22 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:22 PM Username - 'Admin77777777' sent successfully.
    Pass 10:20:23 PM Password - 'admin123' sent successfully.
    Pass 10:20:24 PM Login button - clicked Successfully.
    Fail 10:20:25 PM java.lang.NullPointerException

    [org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:18), org.automation.tests.LoginPageTests.verifyLogin1(LoginPageTests.java:37), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:25 PM Testcase: Valid login details duplicate
    Class: org.testng.internal.TestResult
    Method: verifyLogin1
    Status: Fail
    Info 10:20:27 PM
  • Verify if user is not able to login using invalid credentials

    22:20:25 PM / 00:00:05:375 Fail

    Verify if user is not able to login using invalid credentials
    05.02.2021 22:20:25 05.02.2021 22:20:30 00:00:05:375 · #test-id=19
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:25 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:25 PM Username - 'user3' sent successfully.
    Pass 10:20:26 PM Password - 'user3' sent successfully.
    Pass 10:20:27 PM Login button - clicked Successfully.
    Pass 10:20:27 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Fail 10:20:27 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:28 PM Testcase: Verify invalid login details
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Fail
    Info 10:20:30 PM
  • Skip test case homepage

    22:20:29 PM / 00:00:00:648 Skip

    Skip test case homepage
    05.02.2021 22:20:29 05.02.2021 22:20:30 00:00:00:648 · #test-id=20
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:29 PM https://opensource-demo.orangehrmlive.com/
    Skip 10:20:29 PM Testcase: Skip test name homepage
    Class: org.testng.internal.TestResult
    Method: skip
    Status: Skip
    Info 10:20:30 PM
  • Verify if user is able to login using valid credentials

    22:20:32 PM / 00:00:06:501 Fail

    Verify if user is able to login using valid credentials
    05.02.2021 22:20:32 05.02.2021 22:20:38 00:00:06:501 · #test-id=21
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:32 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:32 PM Username - 'Admin' sent successfully.
    Pass 10:20:33 PM Password - 'admin123' sent successfully.
    Pass 10:20:36 PM Login button - clicked Successfully.
    Fail 10:20:36 PM java.lang.NullPointerException

    [org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:18), org.automation.tests.LoginPageTests.verifyLogin(LoginPageTests.java:48), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:36 PM Testcase: Valid login details
    Class: org.testng.internal.TestResult
    Method: verifyLogin
    Status: Fail
    Info 10:20:38 PM
  • Verify if login page is displayed

    22:20:35 PM / 00:00:00:567 Pass

    Verify if login page is displayed
    05.02.2021 22:20:35 05.02.2021 22:20:35 00:00:00:567 · #test-id=22
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:35 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:35 PM Testcase: Login page verification
    Class: org.testng.internal.TestResult
    Method: verifyLoginPage
    Status: Pass
  • Verify if user is not able to login using invalid credentials fail

    22:20:36 PM / 00:00:03:011 Pass

    Verify if user is not able to login using invalid credentials fail
    05.02.2021 22:20:36 05.02.2021 22:20:39 00:00:03:011 · #test-id=23
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:36 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:37 PM Username - 'user2' sent successfully.
    Pass 10:20:37 PM Password - 'user2' sent successfully.
    Pass 10:20:38 PM Login button - clicked Successfully.
    Pass 10:20:39 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Pass 10:20:39 PM Testcase: Verify invalid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Pass
  • Verify if user is not able to login using invalid credentials fail

    22:20:40 PM / 00:00:02:928 Pass

    Verify if user is not able to login using invalid credentials fail
    05.02.2021 22:20:40 05.02.2021 22:20:43 00:00:02:928 · #test-id=24
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:40 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:41 PM Username - 'user1' sent successfully.
    Pass 10:20:41 PM Password - 'user1' sent successfully.
    Pass 10:20:42 PM Login button - clicked Successfully.
    Pass 10:20:43 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Pass 10:20:43 PM Testcase: Verify invalid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Pass
  • Verify if user is able to login using valid credentials fail

    22:20:43 PM / 00:00:06:502 Fail

    Verify if user is able to login using valid credentials fail
    05.02.2021 22:20:43 05.02.2021 22:20:50 00:00:06:502 · #test-id=25
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:43 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:44 PM Username - 'Admin' sent successfully.
    Pass 10:20:44 PM Password - 'admin123' sent successfully.
    Pass 10:20:47 PM Login button - clicked Successfully.
    Fail 10:20:48 PM java.lang.NullPointerException

    [org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:18), org.automation.tests.HomePageTests.verifyLogin(HomePageTests.java:38), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.util.concurrent.FutureTask.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:48 PM Testcase: Valid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyLogin
    Status: Fail
    Info 10:20:50 PM
  • Verify if login page is displayed fail

    22:20:45 PM / 00:00:01:629 Fail

    Verify if login page is displayed fail
    05.02.2021 22:20:45 05.02.2021 22:20:46 00:00:01:629 · #test-id=26
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:45 PM https://opensource-demo.orangehrmlive.com/
    Fail 10:20:45 PM java.lang.AssertionError: Forgot Password link is not displayed. expected [false] but found [true]

    [org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertFalse(Assert.java:65), org.automation.tests.HomePageTests.verifyLoginPage(HomePageTests.java:22), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)]
    Fail 10:20:46 PM Testcase: Login page verification fail test
    Class: org.testng.internal.TestResult
    Method: verifyLoginPage
    Status: Fail
    Info 10:20:46 PM
  • Verify the page tiltle of Login Page

    22:20:48 PM / 00:00:00:473 Pass

    Verify the page tiltle of Login Page
    05.02.2021 22:20:48 05.02.2021 22:20:48 00:00:00:473 · #test-id=27
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:48 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:48 PM Testcase: Verify page title
    Class: org.testng.internal.TestResult
    Method: verifyPageTitle
    Status: Pass
  • Verify if user is not able to login using invalid credentials fail

    22:20:52 PM / 00:00:02:954 Pass

    Verify if user is not able to login using invalid credentials fail
    05.02.2021 22:20:52 05.02.2021 22:20:55 00:00:02:954 · #test-id=28
    QATestUser Firefox87.0 Production Windows10
    StatusTimestampDetails
    Info 10:20:52 PM https://opensource-demo.orangehrmlive.com/
    Pass 10:20:52 PM Username - 'user3' sent successfully.
    Pass 10:20:53 PM Password - 'user3' sent successfully.
    Pass 10:20:54 PM Login button - clicked Successfully.
    Pass 10:20:54 PM Invalid credential error message - 'Invalid credentials' obtained successfully.
    Pass 10:20:55 PM Testcase: Verify invalid login details fail test
    Class: org.testng.internal.TestResult
    Method: verifyInvalidLogin
    Status: Pass